home *** CD-ROM | disk | FTP | other *** search
- _ Author: Andrew Lowry
- _
- _ Columbia University Center for Computing Activities, July 1986.
- _ Copyright (C) 1986, 1987, Trustees of Columbia University in the
- _ City of New York. Permission is granted to any individual or
- _ institution to use, copy, or redistribute this software so long as
- _ it is not sold for profit, provided this copyright notice is
- _ retained.
- _
-
- /* Generic ccmd package error codes, all with zero in left half */
-
- fnerror(OK,`No error')
- fnerror(RPT,`Reparse required')
- fnerror(NOP,`Unable to parse input')
- fnerror(UNKF,`Unknown function code in FDB')
- fnerror(BOVF,`Command buffer overflow')
- fnerror(AOVF,`Atom buffer overflow')
- fnerror(EOF,`End of file encountered on command input')
- fnerror(INC,`More input required for successful parse')
- fnerror(NFDB,`Empty FDB chain presented for parsing')
- fnerror(GO,`Wakeup requested')
- fnerror(DFR,`Deferred action requested')
- fnerror(NOAR,`Automatic reparse mechanism failed or not available')
- fnerror(NDEF,`Default string could not be inserted')
- fnerror(IOVF,`Internal work buffer overflow')
- fnerror(IO,`Error in command line I/O operation')
- fnerror(BUFS,`Must allocate parse buffers before beginning parse')
- fnerror(PMT,`Must issue prompt before parsing command line')
- fnerror(AGN,`Retry requested by parse routine')
- fnerror(NOAE,`Automatic parse error handler failed')
- fnerror(BEL,`Completion routine requested a bell')
- fnerror(BEG,`Completion routine requested a bell and wakeup')
- fnerror(SOF,`Internal Stack Overflow')
- fnerror(SUF,`Internal Stack Underflow')
-